Return

Edit Task: SetTaskResourceCost

Format

SCHED / EditTask '<TaskName>' SetTaskResourceCost '<ResourceName>' <Cost> <CostRate> <SetupApplies> <BreakdownApplies>

Description

The SetTaskResourceCost attribute under EditTask defines the resource cost for the specified resource for all the task's possibilities.

Parameters

ParameterDescription
ResourceNameA string of text in single quotes of the resource that is being defined within the command.
CostA positive double value representing the cost of the resource.
CostRateOptions are PerAssignment or PerSecond.
SetupAppliesA Boolean value.
BreakdownAppliesA Boolean value.

Examples

Set all cost settings for all possibilities containing ResA in TaskA.

SCHED / EditTask 'TaskA' SetTaskResourceCost 'ResA' 2 PerAssignment True False